home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / AUTOC20G.ARJ / AUTOCON.DOC < prev    next >
Text File  |  1992-03-15  |  56KB  |  1,235 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.                               A U T O C O N
  12.                                Version 2.0g
  13.                               March 15, 1992
  14.  
  15.                                     by
  16.                                Larry Weaver
  17.  
  18.  
  19.                       Copyright (c) 1989-92 Larry Weaver
  20.  
  21.                                P.O. Box 2639
  22.                          Weaverville  CA 96093-2639
  23.                            Office : (916) 623-5045
  24.                             BBS : (916) 623-4455
  25.  
  26.  
  27.  
  28.  
  29.                              _______
  30.                         ____|__     |               (tm)
  31.                      --|       |    |-------------------
  32.                        |   ____|__  |  Association of
  33.                        |  |       |_|  Shareware
  34.                        |__|   o   |    Professionals
  35.                      -----|   |   |---------------------
  36.                           |___|___|    MEMBER
  37.  
  38.  
  39.                                     AUTOCON
  40.  
  41.                                   Introduction
  42.  
  43.    Definitions:
  44.  
  45.      In order to describe AutoCon, I need to establish a couple of
  46.      definitions.  When I use the word "reconfigure", I mean the
  47.      process of updating the AUTOEXEC.BAT and CONFIG.SYS files on the
  48.      boot drive, followed by an optional reboot of the system.
  49.  
  50.      When I use the word "configuration", I am referring to an
  51.      AUTOEXEC/CONFIG combination held in a record of AutoCon's
  52.      database.  You will use AutoCon to set up these combinations, and
  53.      give each of them a familiar name.
  54.  
  55.      The ^ symbol denotes the Control key, so ^F3 means hitting the
  56.      Control and the F3 key at the same time.  Alt denotes the Alt key
  57.      (tricky, huh?), so that AltR means hitting the Alt and the R key
  58.      at the same time.  ENTER (all caps) denotes hitting the Enter key.
  59.  
  60.  
  61.    Description:
  62.  
  63.      AutoCon is essentially a database manager for your AUTOEXEC.BAT
  64.      and CONFIG.SYS files.  It enables you to keep up to fifty
  65.      different configurations, and to change easily between those
  66.      configurations.
  67.  
  68.      The first time you run AutoCon, it will create a file named
  69.      AUTOCON.DAT.  That file will contain five configuration records.
  70.      Each record will contain a copy of the AUTOEXEC.BAT and
  71.      CONFIG.SYS files from the C: drive.  The records are initially
  72.      named RECORD01 - RECORD05.  When you set up a configuration for a
  73.      specific purpose, you can change the name to reflect that purpose
  74.      (something like Win3 for a Microsoft Windows configuration, and
  75.      SDOS for a simple DOS configuration).  You can add more records by
  76.      hitting the F3 key.
  77.  
  78.      AutoCon incorporates a full-screen editor to make it easy to
  79.      change the AUTOEXEC/CONFIG records.  The editor uses Turbo
  80.      IDE/Sidekick/WS-compatible keystrokes.  If you are not familiar
  81.      with these, there is an on-line help file which details all the
  82.      keystrokes.  If you desire, you can change the editor keystrokes.
  83.      The F6 key will pop up a key editor for this purpose.
  84.  
  85.      If you don't like the built-in editor, you can configure AutoCon
  86.      to use a different one.  The ^F6 key combination will pop up a
  87.      window asking for the name of the editor you wish to run.  Since
  88.      the configurations will eventually be used as AUTOEXEC.BAT and
  89.      CONFIG.SYS files, the editor must be able to produce pure ASCII
  90.      files.  You can toggle between the internal and external editors
  91.      with the ^F6 and the ShiftF6 key combinations.
  92.      After you have established your records and names, you can
  93.      reconfigure your system by entering the name of the new
  94.      configuration on the command line.  Typing "AutoCon Win3" would
  95.      cause AutoCon to copy the AUTOEXEC and CONFIG fields of the
  96.      record named Win3 into the boot drive as AUTOEXEC.BAT and
  97.      CONFIG.SYS and optionally reboot the system.
  98.  
  99.      In the interactive mode, you can page through the records and
  100.      reconfigure (using the current on-screen configuration) with a
  101.      couple of keystrokes.
  102.  
  103.      The AutoCon package also includes a device driver which will
  104.      allow you to select different configurations during the boot
  105.      process. Using this method is optional, and you can switch
  106.      between the two methods with a couple of key strokes.
  107.  
  108.  
  109.    Why AutoCon for Configuration Control:
  110.  
  111.      Three programs were initially responsible for the creation of
  112.      AutoCon: my schematic program, my scanner program, and my
  113.      programmable logic compiler.  Each of these programs require
  114.      various device drivers, and almost 600k of memory.  When the
  115.      computer is configured to run one of the three, neither of the
  116.      other two will run; in addition, if the computer is configured the
  117.      way I like to work with it, _none_ of the three will run.  After
  118.      playing with batch files for a while, I decided to write a program
  119.      to make it easy to change configurations.
  120.  
  121.      The above scenario is responsible for the default of five records
  122.      in AutoCon.  I had a regular configuration, the three special
  123.      configurations, and one for experimentation.  After I had worked
  124.      with AutoCon for a few days, I told a few of my friends about the
  125.      program and they wanted to try it.  After some very positive
  126.      feedback, I decided to try the program out in the Shareware
  127.      community.
  128.  
  129.      An unexpected bonus of using AutoCon became evident when I
  130.      received programs with automatic installation modules -- you know,
  131.      the ones that like to mess around with your AUTOEXEC and CONFIG
  132.      files.  Since your configurations are stored in a database, a
  133.      change to the AUTOEXEC and CONFIG files doesn't cause a problem.
  134.  
  135.      I'll use Windows to demonstrate.  When I got Windows, and saw
  136.      what it was going to do to my system configuration, I used my
  137.      "Simple" configuration to reconfigure my system.  This
  138.      configuration has only the basic stuff in it (path, prompt,
  139.      files, and buffers).  I then let Windows install itself.  After
  140.      the installation was finished, I called up AutoCon and created a
  141.      new configuration containing the changes Windows had made. After
  142.      playing with Windows for a while, I went back to my favorite DOS
  143.      configuration in a matter of moments.  Now, whenever I want to
  144.      run Windows, I just type "AutoCon Win3" on the command line --
  145.      and it's up and running!
  146.                          INSTALLING AUTOCON
  147.  
  148.    New Installation:
  149.  
  150.      To do a new installation of AutoCon, you need to copy four files
  151.      (AUTOCON.EXE, AUTOCON.HLP, MENU.CTL, and MENUNUM.COM) to your
  152.      hard disk.  It doesn't really matter which subdirectory you copy
  153.      them into, as long as it's included in the PATH statement.  If
  154.      you like to have files relating to booting up (such as device
  155.      drivers) in your root directory, then MENU.CTL and MENUNUM.COM
  156.      should be placed there, otherwise all four files may be placed in
  157.      the same subdirectory.  When AutoCon is started, it will first
  158.      look in the current subdirectory for its Help and data files.  If
  159.      they are not there, then AutoCon (if you are using DOS 3.3+) will
  160.      search the subdirectory it was started from.  If they are not
  161.      _there_, then AutoCon will search the PATH.  As long as the Help
  162.      and data files are in the PATH (or in the subdirectory AutoCon
  163.      was started from - DOS 3.3+), AutoCon can be installed in any
  164.      subdirectory.
  165.  
  166.      After you have copied the files, change to the subdirectory
  167.      AUTOCON.EXE was copied to, and type "AUTOCON" ENTER.  You will now
  168.      be in the interactive mode, pointing to the name of the first
  169.      configuration.  This first configuration is a special one to
  170.      AutoCon.  Several of the default parameters are stored in this
  171.      configuration.  When you make changes to the first record, you
  172.      will be asked whether you want to copy those changes across all
  173.      the records.
  174.  
  175.    IMPORTANT:  If you are currently using a disk cache program that
  176.      buffers disk writes (PC-KWIK and PCTOOLS are two that I know of),
  177.      you need to set up AutoCon to flush the cache before it reboots.
  178.      Hit the F4 key, select "Yes", then enter the command (include the
  179.      path if necessary) that causes your cache program to flush its
  180.      buffers.  In the case of PC-KWIK, it is the PC-KWIK program name
  181.      followed by /F.  AutoCon will execute this program before
  182.      reconfiguring.
  183.  
  184.      AutoCon is now installed, and ready to use.
  185.  
  186.  
  187.    Update:
  188.  
  189.      If your current AutoCon version is below 2.0 then the new
  190.      capabilities of AutoCon require a change to the AUTOCON.DAT file,
  191.      so if you are updating to V2.0x of AutoCon from 1.x you have a
  192.      little more to do: you need to copy the same four files mentioned
  193.      above to the subdirectory where the older version of AutoCon
  194.      (which will be overwritten) is installed.  There is another new
  195.      file in the AutoCon package called ACONVERT.EXE.  You need to
  196.      change to the subdirectory where AUTOCON.DAT resides, then run the
  197.      ACONVERT program.  This program will rename AUTOCON.DAT to
  198.      AUTOCON.SAV, then convert the file structure to work under AutoCon
  199.      V2.0x.  After you run ACONVERT.EXE, you no longer need the
  200.      ACONVERT.EXE file, so it can be deleted.
  201.  
  202.      The editor has a few new capabilities which will not be available
  203.      until you change the editor keys.  Call up AutoCon, then hit the
  204.      F6 key.  If you have never changed the keys, hit AltR, and
  205.      answer "Yes" to restoring the default keystrokes.  If you have
  206.      changed the keystrokes, page down to the bottom of the key list;
  207.      you will see that there are some new keys that need to be
  208.      defined.
  209.  
  210.      In either case, after copying the files, you will need to start
  211.      AutoCon and hit the F2 key.  Answer yes to update the files to the
  212.      new version.
  213.  
  214.                           MENU.CTL & MENUNUM.COM
  215.  
  216.      The addition of these two files to the AutoCon package changes
  217.      its capabilities so much that I decided to skip versions 1.5 -
  218.      1.9 and go directly to version 2.0.  MENU.CTL is a device driver
  219.      which modifies the way a CONFIG.SYS file is processed by DOS.  It
  220.      allows AutoCon to set up a menu selection system which can be
  221.      activated during the boot process.  There are both advantages and
  222.      disadvantages to this capability; the major advantage is that you
  223.      can pick the configuration you want to use during the boot
  224.      process.
  225.  
  226.      The major disadvantage is that your CONFIG.SYS and AUTOEXEC.BAT
  227.      files become quite nonstandard.  If you want four choices to be
  228.      available to you during the boot, then all four configurations
  229.      must be embedded in the AUTOEXEC and CONFIG files.  Programs like
  230.      Optimize (QEMM utility) will get very confused trying to work
  231.      with these files; most automatic installation programs will not
  232.      be able to work with them, either.
  233.  
  234.      I've designed AutoCon to be able to switch between the boot "menu"
  235.      mode and the "single" mode with just a couple of keystrokes; this
  236.      should provide the best of both worlds.  When a program like
  237.      Optimize (or perhaps the Windows installation program) needs to
  238.      work with your AUTOEXEC and CONFIG files, change to the single
  239.      configuration mode.  After the program is finished, call up
  240.      AutoCon, save the results in one of your configurations, and go
  241.      back to the menu mode.
  242.  
  243.  
  244.    MENU.CTL:
  245.      AutoCon handles all the nitty-gritty details of interfacing to
  246.      MENU.CTL.  The only thing you have to do is make sure that
  247.      MENU.CTL and MENUNUM.COM are in a subdirectory included in the
  248.      PATH statement.  To set up MENU.CTL, start AutoCon in the
  249.      interactive mode (just type "AUTOCON" ENTER), then hit the AltM
  250.      key combination; this will pop up a configuration menu.  Select
  251.      the configurations you want in the boot-up menu by moving the
  252.      highlite bar over the ones you want, and hit the Enter key.  The
  253.      selected configurations will have a check mark in the first
  254.      column.  When you've finished selecting configurations, hit the
  255.      Escape key.  AutoCon will then ask how many seconds you want to
  256.      delay (see the following note).  Enter a number from 0 to 9.
  257.  
  258.      You will now be back in the main interactive screen.  Hit the F2
  259.      key to reconfigure the system using MENU.CTL (the record on the
  260.      screen will be made the boot default record -- if it was not one
  261.      of the selected records, it will be added to the default list).
  262.      The next time you boot, MENU.CTL will take control of the
  263.      CONFIG.SYS file.  If you hit a key in the default time, you will
  264.      be able to choose from the configurations you selected.
  265.  
  266.      To go back to a single configuration, start AutoCon in the
  267.      interactive mode, and hit the AltS key combination.  Change to the
  268.      configuration  you want to boot with, hit the F2 key, and
  269.      you're reconfigured,
  270.  
  271.      You will always be able to tell which mode AutoCon is in by
  272.      looking at the bottom line on the screen in the interactive mode.
  273.      If it says MENU.CTL you are in (boot) Menu mode, and if it says
  274.      SINGLE you are in Single Mode.
  275.  
  276.    Time:
  277.      When you select Menu mode, you will be asked to select how many
  278.      seconds to wait during the boot process; you may enter from 0
  279.      (the default) to 9.  If you select 0, when you see the MENU.CTL
  280.      box pop up, you will have about a second to hit a key.  If you do
  281.      hit a key in this time, the menu selection will be placed on the
  282.      screen.  If not, the boot will continue with the default record.
  283.  
  284.      If you select any number except 0, you will see the following
  285.      messages on the screen during the boot process:
  286.  
  287.        Press Esc to select -- the default record name will be here --
  288.  
  289.        Press any other key to select a different configuration. Time =
  290.  
  291.      with a decrementing number (starting with the time chosen from
  292.      AutoCon) following the = sign.  When the time goes to 0, or the
  293.      Esc key is hit, the default record will be used to continue
  294.      the boot.
  295.  
  296.      In either case, if a key is hit, the menu choices will be placed
  297.      on the screen and you will be able to choose the one you want with
  298.      the arrow keys.  The one the arrow is pointing to when the ENTER
  299.      key is hit will be the configuration used for the boot process.
  300.  
  301.    Colors:
  302.      If you don't like the colors that MENU.CTL uses when it takes
  303.      control of the boot process, you can change them using the pull
  304.      down menu in AutoCon.  Start AutoCon, and hit the AltB
  305.      combination.  The four colors used by AutoCon can be changed with
  306.      this menu.  Select the colors you would like MENU.CTL to use, then
  307.      write out the new configuration (usually with the F2 key).
  308.  
  309.  
  310.    XMAEM.SYS:
  311.      I don't have DOS 4.0, so I don't really have experience with this
  312.      device driver.  From reading PC Magazine, I know that DOS
  313.      processes this device driver out of sequence in the CONFIG.SYS
  314.      file.  As a consequence, MENU.CTL will not be able to control it.
  315.  
  316.  
  317.    MSDOS 5.0's High and UMB flags:
  318.      Microsoft added a couple of capabilities to DOS 5.0 that pose a
  319.      special problem for MENU.CTL.  These are the DOS=HIGH/LOW and
  320.      DOS=UMB/NOUMB flags.  DOS processes these flags out of sequence,
  321.      so that by the time MENU.CTL has taken over, it has already set
  322.      itself up for their use.  DOS decides how to set the flags by
  323.      parsing the entire CONFIG.SYS file, and using the state of the
  324.      last occurrence of the DOS= statement to set the flags.
  325.  
  326.      AutoCon is still able to control these flags  though the method is
  327.      a little unorthodox.  When you are using Menu mode and MSDOS 5.0,
  328.      AutoCon will place the statement DOS=HIGH,NOUMB as the last line
  329.      in the CONFIG.SYS file.  As a consequence, DOS will attempt to
  330.      always load HIGH, and have NOUMB control.  When you select a
  331.      configuration via MENU.CTL, if that configuration has a DOS=LOW
  332.      command in it (and no other program in the configuration has taken
  333.      it), MENU.CTL will take the HMA and force DOS Low.  The HMA will
  334.      be released by MENUNUM runs (as soon as the AUTOEXEC.BAT file
  335.      starts executing).  If the selected configuration has a DOS=UMB
  336.      command, then MENU.CTL will tell DOS to control the UMBs.
  337.  
  338.      If all of this makes no sense to you, then don't worry about it.
  339.      If you are using MSDOS 5.0 and the Menu mode, just place the
  340.      appropriate DOS=HIGH/LOW and DOS=UMB/NOUMB commands in each of
  341.      your configurations, and AutoCon will do the rest.
  342.  
  343.  
  344.    DRDOS:
  345.      As of this release MENU.CTL (Version 1.4 or higher) if fully DRDOS
  346.      compatible.
  347.  
  348.  
  349.    CONFIG:
  350.      When you switch to the Menu mode, AutoCon will do all of the work
  351.      for you.  It will take your selected configurations (up to 8) and
  352.      create the AUTOEXEC.BAT and CONFIG.SYS files that will allow you
  353.      to choose during the boot process.  If you look at the CONFIG.SYS
  354.      file that has been set up for a boot menu, you will see all the
  355.      selected CONFIG fields embedded in the files with DEVICE=MENU.CTL
  356.      at the beginning of the file.  When MENU.CTL is processed by DOS,
  357.      it will take over and allow you to choose the configuration you
  358.      want.  After you choose, MENU.CTL will leave the chosen
  359.      configuration intact and disable the rest.
  360.  
  361.      If you are using DOS 4.0+, MENU.CTL disables by changing the
  362.      CONFIG.SYS commands to remarks.  If you are using DOS 3.3 or
  363.      below, it will disable the commands by turning them into
  364.      BREAK=OFF commands.  As a consequence, if you are using a DOS
  365.      below 4.0, you will need to make a couple of changes to your
  366.      CONFIG commands.  In order to have the room to convert the
  367.      LASTDRIVE, FILES, and BUFFERS commands, you will need to make the
  368.      lines longer.
  369.  
  370.      I do this by adding an * at the end of the line, as follows:
  371.        LASTDRIVE=M: * BUFFERS=10 * FILES=50 *
  372.  
  373.      If you don't do this, these commands will be disabled by making
  374.      them unrecognized.  This doesn't cause a problem: you will just
  375.      see a lot of "Unrecognized command in CONFIG.SYS" lines coming
  376.      out during the boot process.
  377.  
  378.      Note: AutoCon will also change "Unrecognized" commands to
  379.      BREAK=OFF commands if there is room.  This will allow you to
  380.      freely place REM statements in your CONFIG.SYS file (as long as
  381.      you use MENU mode).
  382.  
  383.      If you want BREAK=ON, you will have to add it to your AUTOEXEC
  384.      fields.
  385.  
  386.    AUTOEXEC:
  387.      The AUTOEXEC.BAT file will also contain all the selected
  388.      configurations AUTOEXEC fields.  At the beginning of the file
  389.      will be MENUNUM.COM.  This program will interrogate MENU.CTL and
  390.      find which configuration was chosen.  MENUNUM will set ERRORLEVEL
  391.      to match the chosen menu, and an "If" statement will cause the
  392.      associated AUTOEXEC to be chosen.
  393.  
  394.    UNRECOGNIZED COMMANDS - DOS 3.3:
  395.      CONFIG.SYS files have a potential problem.  If you enter the
  396.      following two lines in your CONFIG.SYS file
  397.  
  398.        REM
  399.        DEVICE=ANSI.SYS
  400.  
  401.      ANSI.SYS will not get loaded.  Both lines will be turned into an
  402.      "Unrecognized command".  This is just something that DOS does,
  403.      and there is nothing an outside program can do about it.
  404.  
  405.      Do not end a CONFIG field with an Unrecognized command.  If you
  406.      do, the following command will also be Unrecognized, and will
  407.      definitely mess up the processing of the CONFIG.SYS file.
  408.  
  409.    CAUTION: When you start playing around with the Menu mode, be very
  410.      careful when updating or creating a configuration.  If you read
  411.      in an AUTOEXEC.BAT or CONFIG.SYS file which has been set up for
  412.      MENU mode, it will contain a lot of commands which will cause
  413.      problems if you use it in a reconfiguration.  It would be much
  414.      better to copy one of the other configurations and not update
  415.      from the AUTOEXEC and CONFIG files.
  416.  
  417.      If you have managed to read and save such a configurations, you
  418.      will need to edit and remove the extra statements inserted by
  419.      AutoCon.  If it is not obvious to you by looking at the AUTOEXEC
  420.      and CONFIG fields which statements these are, then do not attempt
  421.      to edit the field, simply copy one of the other configurations.
  422.  
  423.    Magazine Article:
  424.      Just as a side note, during the development of MENU.CTL I created
  425.      a simpler device driver and decided it would make a good subject
  426.      for a magazine article (similar to PC Magazine's CONFIG.CTL
  427.      device driver).  I wrote it up, and it was published in the Sept.
  428.      1991 issue of Tech Specialist.
  429.  
  430.  
  431.  
  432.                          NAVIGATING AUTOCON
  433.  
  434.  
  435.      Okay, now you have AutoCon installed; how do you use it?  Starting
  436.      with version 2.0, the interactive front screen of AutoCon can be
  437.      navigated with a pull-down menu.  If you need to do something and
  438.      can't remember the keystroke combination to get there, use the
  439.      menu to find it.  On the right of each menu entry is the shortcut
  440.      key combination to perform the same operation.  I am going to
  441.      define the navigation keys in the form of the pull-down menu.
  442.  
  443.    DataBase Maintenance (Records AltR)
  444.  
  445.      Previous/Next, browse records:
  446.        PgUp/PgDn allows you to page through the records one at a time.
  447.  
  448.      pIck Record:
  449.        F10 pops up a pick-list of all the configurations, and allows
  450.        you to choose one and make it current.
  451.  
  452.      Create Record:
  453.        F3 creates a new record, and copies the control structure from
  454.        record 1 and the data from the current AUTOEXEC and CONFIG
  455.        files.
  456.  
  457.      Delete Record:
  458.        ^F3 deletes the current configuration record.  Note that you
  459.        cannot delete record number 1, nor can you delete below the
  460.        default 5 records.
  461.  
  462.      Read Files:
  463.        F7 will cause the current record to be updated with the
  464.        contents of the AUTOEXEC and CONFIG files.
  465.  
  466.      Read file into AUTOEXEC (rd Auto ^F8):
  467.        ^F8 will pop up a window asking for a file name to read into
  468.        the AUTOEXEC field.  In you enter wildcards, a list of file
  469.        names will be popped up to choose from.  The AUTOEXEC field of
  470.        the current record will be replaced by the contents of the
  471.        chosen file.
  472.  
  473.      Read file into CONFIG (rd confiG ^F9):
  474.        ^F9 will pop up a window asking for a file name to read into
  475.        the CONFIG field.  In you enter wildcards, a list of file names
  476.        will be popped up to choose from.  The CONFIG field of the
  477.        current record will be replaced by the contents of the chosen
  478.        file.
  479.  
  480.      Configure and continue:
  481.        ^K^D will cause all current changes to be saved.  In other
  482.        words, it will rewrite the AUTOCON.DAT file, the AUTOEXEC.BAT
  483.        file, and the CONFIG.SYS file.
  484.  
  485.      Change BAT drive:
  486.        F8 will pop up a window to allow you to change the file the
  487.        AUTOEXEC field of a configuration is written too.  The default
  488.        name is C:\AUTOEXEC.BAT.
  489.  
  490.      Change SYS drive:
  491.        F8 will pop up a window to allow you to change the file the
  492.        CONFIG field of a configuration is written to.  The default
  493.        name is C:\CONFIG.SYS.
  494.  
  495.      cOmpare:
  496.        Alt= will compare the current configuration with the contents of
  497.        the current AUTOEXEC and CONFIG files.  It should be noted that,
  498.        if you are using the MENU.CTL device driver option, this
  499.        comparison will probably not be applicable.
  500.  
  501.      boot Type:
  502.        F5 will pop up a window to allow you to change the boot type
  503.        associated with a configuration.  The choices are Warm, Cold,
  504.        None, and External.
  505.  
  506.      Flush:
  507.        F4 will pop up a window that will allow you to associate a
  508.        cache Flush command with the current configuration record. This
  509.        is necessary when the cache used in the configuration does a
  510.        write cache operation (PC-KWIK and PCTOOLS both default to this
  511.        configuration).
  512.  
  513.      cLone:
  514.        AltC will allow you to clone (or copy) the contents/control
  515.        of one of the other configurations to the current
  516.        configuration. It will pop up a pick list of all of the
  517.        existing configurations, and allow you to pick the one to copy
  518.        from.
  519.  
  520.        If you are using the AutoCon environment variable, you will
  521.        need to edit the AUTOEXEC file, and make sure the correct name
  522.        is used.
  523.  
  524.      Update:
  525.        ^K^S will save all current record changes to the AUTOCON.DAT
  526.        database file.  Note that it will not update the AUTOEXEC and
  527.        CONFIG Files.  You must use ^K^D for that.
  528.  
  529.      rEstore:
  530.        ^K^R will abandon all changes you have made (since the last
  531.        AUTOCON.DAT save) and reload the database records from the
  532.        AUTOCON.DAT file.
  533.  
  534.  
  535.    Boot Operation (Boot AltB):
  536.  
  537.      Single:
  538.        AltS configures AUTOCON to use only the current record for
  539.        reconfiguration purposes.
  540.  
  541.      Menu:
  542.        AltM configures AutoCon to use MENU.CTL in conjunction with
  543.        MENUNUM.COM to set up a selection menu to be used during the
  544.        boot process.  A pick list of the current configurations will
  545.        be popped up, and you will be able to choose up to eight
  546.        default configurations to be included.  After you have chosen
  547.        the eight, you will be asked how many seconds to delay during
  548.        the boot process.  If a number other than 0 is entered, a
  549.        message will be placed on the screen during the boot process,
  550.        and MENU.CTL will wait that many seconds for a key to be hit.
  551.  
  552.        Boot Frame:
  553.          When booting under menu mode, MENU.CTL pops up some windows
  554.          and this selection allows you to change the color of the
  555.          window frames of those pop up windows.
  556.  
  557.        Boot Text:
  558.          When booting under menu mode, MENU.CTL pops up some windows
  559.          and this selection allows you to change the color of the text
  560.          in those pop up windows.
  561.  
  562.        Boot Attention:
  563.          When booting under menu mode, MENU.CTL pops up some windows
  564.          and this selection allows you to change the color of the text
  565.          used to draw your attention.  This is the color of the
  566.          decrementing time variable, and the color that will be used
  567.          for warning messages.
  568.  
  569.        Boot Hi_Lite:
  570.          When booting under menu mode, MENU.CTL pops up some windows
  571.          and this selection allows you to change the color of the
  572.          moving selection hi-lite bar used to select a boot
  573.          configuration.
  574.  
  575.  
  576.    Editor options (Editor AltE):
  577.  
  578.      Internal:
  579.        ShiftF6 configures the current configuration to use the
  580.        internal editor.
  581.  
  582.      External:
  583.        ^F6 configures the current configuration to use an external
  584.        editor.  A window will pop up asking for the editor's name. You
  585.        may include a path in the name, but you must include the
  586.        extension (e.g., WORD.EXE or C:\WORD\WORD.EXE).  The next time
  587.        you edit the AUTOEXEC or CONFIG field for this record, if the
  588.        external editor can be found it will be used.  If it can't be
  589.        found, AutoCon will switch back to the internal editor.
  590.  
  591.        After the external editor has been installed, it will be used
  592.        to edit the AUTOEXEC and CONFIG fields from the main screen.
  593.        When you move the cursor to the AUTOEXEC or CONFIG field and
  594.        press enter, AutoCon will copy the current record to the
  595.        current subdirectory as XYZXYZZ.XYZ (the current subdirectory
  596.        must contain at least 4k of disk space).  AutoCon then shells
  597.        to DOS with the editor name and filename on the command line
  598.        (e.g., WS.EXE XYZXYZZ.XYZ).  When you exit your editor, AutoCon
  599.        should restart.  It will copy the XYZXYZZ.XYZ file into the
  600.        AUTOEXEC field of the current record and delete the XYZXYZZ.XYZ
  601.        file from the subdirectory.
  602.  
  603.  
  604.        CAUTION!!  Just to make sure there is no problem with your
  605.        editor, create a new record and work with it first, before
  606.        taking the chance of harming one of your current records. You
  607.        may want to make a copy of your AUTOCON.DAT file and store it
  608.        in a safe place until you've verified the operation of the new
  609.        release.  In fact, you should always keep a backup copy of
  610.        AUTOEXEC.DAT.
  611.  
  612.  
  613.      Install Keys:
  614.        F6 will pop up a window that will allow you to change the
  615.        keystrokes used in the internal editor.  F6 may also be used
  616.        while in the internal editor to see exactly which key performs
  617.        which function.
  618.  
  619.      Save Keys:
  620.        This function is really added for future action (though it is
  621.        fully functional in this release).  If you have modified the 
  622.        keystrokes to emulate your favorite work processor, how about 
  623.        saving them, then upload them to my BBS.  
  624.  
  625.      Get Keys:
  626.        This function will allow you to change AutoCon's editor
  627.        keystrokes quickly by reading in a keystroke file.
  628.  
  629.  
  630.    coLors AltL:
  631.  
  632.      Frame:
  633.        AltF1 pops up a color pick window which allows you to change
  634.        the color of the frames drawn around the windows on the main
  635.        interactive screen.
  636.  
  637.      Frame Text:
  638.        AltF2 pops up a color pick window which allows you to change
  639.        the color of the text in the windows on the main screen.
  640.  
  641.      Background:
  642.        AltF3 pops up a color pick window which allows you to change
  643.        the color of the text and/or background of the main screen.
  644.  
  645.      Field:
  646.        AltF4 pops up a color pick window which allows you to change
  647.        the color of the fields that get updated on the screen, the
  648.        configuration name, the date and time, the record number, and
  649.        the select boxes.
  650.  
  651.      Prompt:
  652.        AltF5 pops up a color pick window which allows you to change
  653.        the color of the current select box.  This is the color of the
  654.        main screen select item that the cursor is positioned to.
  655.  
  656.      Edit Text:
  657.        AltF6 pops up a color pick window which allows you to change
  658.        the color of the text used in the editor.
  659.  
  660.      Marked Text:
  661.        AltF7 pops up a color pick window which allows you to change
  662.        the color of the text used to show marked blocks in the editor.
  663.  
  664.      Ctrl Text:
  665.        AltF8 pops up a color pick window which allows you to change
  666.        the color used to show control characters (value < 20 hex) in
  667.        the edit text.
  668.  
  669.      Menu Frame:
  670.        This menu item allows you to change the color of the frame
  671.        around the pulldown menus.  Note that there is no hotkey.
  672.  
  673.      Menu Text:
  674.        This menu item allows you to change the color of menu items in
  675.        the pulldown menus.  Note that there is no hotkey.
  676.  
  677.      Menu Select:
  678.        This menu item allows you to change the color of the currently
  679.        selected item in the pulldown menus.  Note that there is no
  680.        hotkey.
  681.  
  682.      Menu Hi-lite:
  683.        This menu item allows you to change the color of the Hi-lited
  684.        select character in the pulldown menus.  Note that there is no
  685.        hotkey.
  686.  
  687.      Help fRame:
  688.        This menu item allows you to change the color of the Frame drawn
  689.        around the Help Window (also changes the color of one of the
  690.        basic Help Hi-Lite color).
  691.  
  692.      Help tExt:
  693.        This menu item allows you to change the color of the text in the
  694.        Help Window.
  695.  
  696.      Help heAder:
  697.        This menu item allows you to change the color of the Header on
  698.        the Help window.  It will also be the default color of the Help
  699.        menu select color.
  700.  
  701.      Default:
  702.        AltF10 pops up a color pick window which allows you to
  703.        change all configurable colors back to the defaults.  If your
  704.        screen goes black, hit AltF10 followed by the Y key, and you
  705.        may be able to see the screen again.
  706.  
  707.  
  708.    Quit AltQ :
  709.  
  710.      Configure:
  711.        F2 reconfigures the system.  It will save any record changes in
  712.        the database file, and create new AUTOEXEC and CONFIG files. It
  713.        will then perform the requested reboot.
  714.  
  715.      Reboot:
  716.        This menu item will cause any record changes to be saved in the
  717.        database file, and force the default reboot action.  Note that
  718.        there is no hotkey.
  719.  
  720.      Exit:
  721.        This menu item will save any record changes in the database
  722.        file and exit without any reboot action -- a rough equivalent
  723.        to hitting the ESC key.
  724.  
  725.      Abandon/Exit:
  726.        ^K^Q will cause any current record changes to be abandoned, and
  727.        AutoCon will exit without any reboot action.
  728.  
  729.      Restore Screen?:
  730.        This function can only be reached through the pull down menu.
  731.        If you set this to "NO", then AutoCon will not attempt to
  732.        restore the original screen on exit.  Some video combinations
  733.        seem to have a problem with the restoration, so you can turn it
  734.        off.
  735.  
  736.  
  737.    Keys not in the Menu:
  738.  
  739.      AltV :
  740.        This key combination will show you the DOS screen as it was
  741.        when AutoCon was activated.
  742.  
  743.  
  744.  
  745.  
  746.                              COMMAND LINE OPTIONS
  747.  
  748.    Environment:
  749.      For AutoCon to work correctly with the command-line commands, it
  750.      will need to know which configuration was used for the last boot-
  751.      up.  There is only one sure way for AutoCon to get this
  752.      information: if you are using the Menu mode, MENU.CTL will be
  753.      able to tell AutoCon which configuration was chosen.
  754.  
  755.      If you are using the Single mode, to make sure that AutoCon knows
  756.      which configuration was used to boot, you need to add a line to
  757.      your AUTOEXEC fields.  The line is as follows:
  758.  
  759.        SET AUTOCON=<Configuration Name>
  760.  
  761.      in which "configuration name" is the name that shows up on the
  762.      front screen in the interactive mode.  To make it very easy, a
  763.      new key-stroke command was added to the editor.  The default key
  764.      is AltE. Place your cursor at the position in the AUTOEXEC
  765.      field where your other SET commands are located, and press the
  766.      AltE combination.  AutoCon will insert the proper line in the
  767.      file.
  768.  
  769.  
  770.    Reconfigure:
  771.      To reconfigure from the command line, type
  772.  
  773.                   AUTOCON <update name> ENTER
  774.            [e.g., AUTOCON WIN3 ENTER]
  775.  
  776.      on the command line.  As long as AUTOCON.EXE and AUTOCON.DAT are
  777.      in the path, the configuration will be updated, and your system
  778.      will be rebooted (depending on the current boot choice).
  779.  
  780.      Alternatively (if you don't want to type the update name), if you
  781.      type AUTOCON / ENTER
  782.  
  783.      AutoCon will pop up a pick list of your configurations, and you
  784.      can use the arrow keys to pick a reboot configuration.
  785.  
  786.      If the update name is the same as the last boot name (see note
  787.      above), you will be asked if you really want to do the update.
  788.  
  789.  
  790.    Configuration Inquiry:
  791.      Typing AUTOCON /? will cause AutoCon to display the name it
  792.      thinks is the current configuration.
  793.  
  794.      This will be most accurate if Menu mode is active.  It should
  795.      also be quite accurate if each AUTOEXEC field has the correct
  796.      "SET AUTOCON=" command in it.
  797.  
  798.      If neither of the above applies, it will tell you which command
  799.      was last used to configure the AUTOEXEC and CONFIG files, which
  800.      may not be the configuration that was used for the last boot.
  801.  
  802.  
  803.    Specific Update:
  804.      Typing           AUTOCON /<update name> ENTER
  805.                [e.g., AUTOCON /WIN3 ENTER]
  806.  
  807.      will cause the named configuration to be updated from the current
  808.      C:\AUTOEXEC.BAT and C:\CONFIG.SYS files (or your selected BAT and
  809.      SYS filenames).  If MENU.CTL is in use, you will be asked if this
  810.      is really what you want to do.
  811.  
  812.    Generic Update:
  813.      For those of you who like to live dangerously (all of us from
  814.      time to time?), typing "AUTOCON /*" will update the current
  815.      configuration (the last one used to reconfigure) from the current
  816.      C:\AUTOEXEC.BAT and C:\CONFIG.SYS files (or your selected
  817.      filenames).  This command will be ignored if the system was
  818.      booted with MENU.CTL.
  819.  
  820.    Equal Check:
  821.      Typing "AUTOCON /=" will report on whether or not the current
  822.      configuration record is equal to the current record in the
  823.      database.
  824.  
  825.    Batch File Errorlevel Check:
  826.      Typing "AUTOCON/@<configuration name>" will set the Errorlevel to
  827.      1 if "<configuration name>" was the one used to boot the system.
  828.      This function will set the errorlevel only: there will be nothing
  829.      shown on the screen.  For full accuracy, see the Environment note
  830.      above.
  831.  
  832.  
  833.  
  834.                               NOTES AND HINTS
  835.  
  836.  
  837.  
  838.      Editor Keys:
  839.  
  840.        I will be enhancing the editor in the next release, so I'm not
  841.        going to expend a lot of energy on the Editor Help function in
  842.        this one.  To find which key does what when you are in the
  843.        editor, hit F6 and you will see each action the editor is
  844.        capable of and the key assigned to that action.  You may also
  845.        change the default keys while in this mode.  The next release
  846.        will add pulldown menus and a much better Help section to the
  847.        editor.
  848.  
  849.        If you are unable to call up the Edit Key function while in the
  850.        editor, go back to the main screen, hit F6 to pop up the key
  851.        editor, hit END, and you will see a function called Install
  852.        Editor Keys.  Assign the default F6 key to this function -- or
  853.        any other key you like.  If you assign another key, the F6 key
  854.        will still call up the editor from the main screen, and the
  855.        assigned key will work inside the editor.
  856.  
  857.  
  858.      Boot Notes:
  859.  
  860.        Versions of AutoCon before 2.0 allowed one boot choice for all
  861.        configurations.  From this version on, you will be able to
  862.        select a boot choice for each configuration.
  863.  
  864.        AutoCon is initially configured with a warm (or soft) reboot.
  865.        Some machines have a problem with the warm boot (usually those
  866.        with a large hard disk, and a large hard-disk partition
  867.        manager) and need a cold boot instead.  If you have a reboot
  868.        problem, hit F5 and change to a cold boot.  This change will be
  869.        saved in the AUTOCON.DAT file, and AutoCon will perform a cold
  870.        boot (you'll see the memory being checked) in the future.
  871.  
  872.        Some hardware is so strange (or the software has put the CPU
  873.        into such a strange state -- Windows 3 386Enhanced mode) that
  874.        even a software cold boot doesn't suffice.  If this is the
  875.        case, then hit F5 and change to no boot.  This last will
  876.        require hitting ^AltDel after AutoCon is finished.
  877.  
  878.        A couple of add-in processor cards (plugging a 286 expansion
  879.        card into an XT) come with their own reboot program, and some
  880.        people have developed their own reboot utilities to handle
  881.        special hardware and/or software needs.  For these people,
  882.        there is another choice for rebooting.  They will need to hit
  883.        F5 and change to an External Boot.  You will need to enter the
  884.        program name that performs your reboot.
  885.  
  886.  
  887.      BAT and SYS Files:
  888.  
  889.        AutoCon is initially configured to copy the AUTOEXEC and CONFIG
  890.        fields to the C drive.  For various reasons, some people do
  891.        their real boot from a drive other than C.  The F8 key will
  892.        allow you to change the designated drive (and file name) the
  893.        AUTOEXEC field is copied too.  The F9 key performs the same
  894.        function for the CONFIG field.  The new destination files will
  895.        be saved to the AUTOCON.DAT file, and used in all future
  896.        configurations until you change them again.
  897.  
  898.        Starting with this version, the BAT and SYS files will be set
  899.        with each configuration.  Until I make some large changes in
  900.        the next version, this will allow you to edit (and keep a
  901.        database of) files other than the AUTOEXEC and CONFIG.
  902.  
  903.      LCD Users:
  904.  
  905.        If you have a computer with an LCD screen, set your mode to
  906.        BW80 (this is mode 2 for you technical people) before starting
  907.        AutoCon; that should make the screen show up better.  If you
  908.        prefer, you can start in color mode, and edit the colors to
  909.        something you find suitable.
  910.  
  911.      Screen Information:
  912.  
  913.        When you are in the data-entry mode, you have some information
  914.        on the screen.  The top line has the current date and time, as
  915.        well as the name and version of the program.  The second line
  916.        has the information on the current record, specifically the
  917.        record number, and the date and time it was last changed.  The
  918.        middle of the screen has an area for notes, so that you can
  919.        keep track of what this particular record is used for.  The
  920.        bottom two lines contain help information for the current mode.
  921.  
  922.        The %<number> on the bottom line of the note frame and of the
  923.        edit frame indicates the how full the field is.  An empty note
  924.        field is 0% full.  As you add note characters, the percentage
  925.        will increase.  (I've had some people ask.)
  926.  
  927.        The bottom line has some status information about the current
  928.        defaults.  The first word on the line will be MENU.CTL or
  929.        SINGLE.  This indicates whether you are using the device driver
  930.        to select a configuration during the boot, or whether only a
  931.        single configuration is available.
  932.  
  933.        The second word is either Internal or External; that indicates
  934.        whether the internal or the external editor is to be used for
  935.        this configuration.  The next term is either Flush or No Flush;
  936.        that indicates whether or not a Cache Flush command will be
  937.        performed for this configuration.  The Next word tells what
  938.        type of boot will be performed for this configuration; the word
  939.        will be either Warm, Cold, None, or External.  There may or may
  940.        not be a last word.  If this record will be one of the default
  941.        records used with MENU.CTL, then "Selected" will be written on
  942.        the screen.
  943.  
  944.  
  945.      Old Configurations:
  946.        If you want to use some configurations you have already
  947.        defined, and you are using the internal editor, you may read
  948.        them in directly.  While in the AUTOEXEC or CONFIG edit mode,
  949.        if you hit F5 it will erase the contents of this field, but it
  950.        checks with you first.  If you then hit ^K ENTER, you will be
  951.        given a chance to enter a file name to read into the field.  If
  952.        you use wildcard notation, AutoCon will pop up a file list for
  953.        you to choose from.  The selected file name will then be read
  954.        into the current field.  Do one of the standard exit commands
  955.        (AltX, ^K X) and the field now contains the file.
  956.  
  957.        Do this for each of your current configurations, and you will
  958.        now have the convenience of AutoCon with all your standard
  959.        configurations.
  960.  
  961.        Alternately -- especially for those of you using an External
  962.        editor -- you may read in a file from the main screen.  The ^F8
  963.        key combination will allow you to specify a file name to copy
  964.        into the current AUTOEXEC field, and ^F9 performs the same
  965.        function for the CONFIG field.
  966.  
  967.  
  968.      LZEXE:
  969.        A new program from France has shown up on the scene; it is
  970.        called LZEXE.  If you use it on AUTOCON.EXE, it will reduce the
  971.        size about fifty percent.  I am distributing the AUTOCON.EXE
  972.        file in the LZEXE format.  If you have an XT compatible
  973.        machine, then AutoCon may run too slow for you in this format.
  974.        If this is the case, you can use the program UNLZEXE to restore
  975.        it to its uncompressed format.  Both LZEXE and UNLZEXE are
  976.        included as a bonus on the registered disk.
  977.  
  978.  
  979.      PKLITE:
  980.        Phil Katz has also written a program which will reduce the size
  981.        of program files.  It is also completely compatible with AutoCon.
  982.  
  983.      DIET:
  984.        There is also a Japanese file compressor called DIET.  AutoCon
  985.        has also been tested and found compatible with DIET.
  986.                                 CONTACT
  987.  
  988.  
  989.      If you have a problem getting AutoCon set up, or if you find a bug
  990.      please let me know immediately.  The primary ways to contact me
  991.      are to call my office at (916) 623 5045 or (if you have a modem)
  992.      my 24 hour BBS at (916) 623 4455.  The modem on the BBS is a 
  993.      9600 BAUD CompuCom Speedmodem Star.  It supports CSP, V32, and V42 
  994.      protocols.
  995.  
  996.      You may also contact me on CompuServe at 72460,3072 or on GEnie
  997.      as L.WEAVER1.  I check them both at least once a week, and I'm
  998.      quite often on CompuServe two or three times a week.
  999.  
  1000.      I'm also open to suggestions for improving AutoCon.  A lot of the
  1001.      current features have been the result of requests made by my
  1002.      users.
  1003.  
  1004.  
  1005.  
  1006.                                   FUTURE
  1007.  
  1008.      I think that AutoCon is maturing as a program, and that its
  1009.      direction is becoming clear.  It has changed so much from the
  1010.      original release that I doubt anyone running version 1.0 would
  1011.      recognize it as the same program.
  1012.  
  1013.      Where is AutoCon going in the future?  Well, I have several ideas
  1014.      in mind for enhancements.  You will also have a hand in the
  1015.      future directions.  I have discovered that I can't anticipate all
  1016.      of your needs.  You will have to tell me what changes and
  1017.      enhancements you would most like to see.
  1018.  
  1019.      The biggest set of enhancements I have in mind will concern the
  1020.      editor.  I had a lot of ideas for this release which did not pan
  1021.      out; you can check the Changes file for the reasons why.  I will
  1022.      add a pulldown menu system to the editor, and give it
  1023.      split-screen capability.
  1024.  
  1025.      I hope to reduce the size as well.  Now that AutoCon is approaching
  1026.      its final form, I can start to optimize a lot of the code in it.
  1027.      
  1028.  
  1029.                                    LICENSE
  1030.  
  1031.  
  1032.  
  1033.      This version of AutoCon is NOT public-domain nor free software,
  1034.      but is being distributed as shareware.
  1035.  
  1036.      AUTOCON is copyright (c) 1989-92 by Larry Weaver.
  1037.  
  1038.      Non-registered users of this software are granted a limited
  1039.      license to make an evaluation copy for trial use on a private,
  1040.      noncommercial basis, for the express purpose of determining
  1041.      whether AutoCon is suitable for their needs.  At the end of this
  1042.      trial period, you should either register your copy or discontinue
  1043.      using AutoCon.
  1044.  
  1045.      What does all this really mean?  If you use this program, then
  1046.      you should pay for your copy.  That way I'll be able to provide
  1047.      you support and updates, and stay in business.
  1048.  
  1049.      An AutoCon registration entitles you to use the program on any
  1050.      and all computers available to you.
  1051.  
  1052.      All users are granted a limited license to copy AutoCon only for
  1053.      the trial use of others and subject to the above limitations.
  1054.      This license does NOT include distribution or copying of this
  1055.      software package
  1056.  
  1057.       (a.) in connection with any other product or service,
  1058.       (b.) for general use within a company or institution, or
  1059.       (c.) for distribution in modified form, i.e., the file containing
  1060.            this license information MUST be included, along with the
  1061.            full AutoCon documentation.
  1062.  
  1063.      Operators of electronic bulletin board systems (Sysops) are
  1064.      encouraged to post AutoCon for downloading by their users, as
  1065.      long as the above conditions are met.
  1066.  
  1067.      If you are the distributor of a public-domain or user-supported
  1068.      software library, you may be eligible to distribute copies of
  1069.      AutoCon.  You must meet all the above conditions and acquire
  1070.      written permission from Larry Weaver before doing so, however.
  1071.      Please telephone or write for details.
  1072.  
  1073.  
  1074.                              ASP Requirement
  1075.  
  1076.      The program author, Larry Weaver, is an active member of the
  1077.      Association of Shareware Professionals (ASP).  The ASP wants to
  1078.      make sure that the Shareware principle works for you.  If you are
  1079.      unable to resolve a Shareware-related problem with an ASP member
  1080.      by contacting that member directly, ASP may be able to help.  The
  1081.      ASP Ombudsman can help you resolve a dispute or problem with an
  1082.      ASP member, but he does not provide technical support for
  1083.      members' products.  Please write to the ASP Ombudsman at
  1084.      545 Grover Road, Muskegon MI 49442, or send a CompuServe message
  1085.      via EASYPLEX to ASP Ombudsman 70007,3536.
  1086.  
  1087.  
  1088.                                    DISCLAIMER
  1089.  
  1090.      Larry Weaver hereby disclaims all warranties relating to this
  1091.      product, whether express or implied, including without limitation
  1092.      any implied warranties of merchantability or fitness for a
  1093.      particular purpose.  Larry Weaver cannot and will not be liable
  1094.      for any special, incidental, consequential, indirect, or similar
  1095.      damages due to loss of data or any other reason, even if Larry
  1096.      Weaver or an authorized Larry Weaver agent has been advised of
  1097.      the possibility of such damages.  In no event shall the liability
  1098.      for any damages ever exceed the price paid for the license to use
  1099.      this software, regardless of the form and/or extent of the claim.
  1100.      The user of this program bears all risk as to the quality and
  1101.      performance of the software.  Use of this program acknowledges
  1102.      this disclaimer of warranty.
  1103.  
  1104.  
  1105.  
  1106.                            ORDERING INFORMATION
  1107.  
  1108.      An AutoCon registration licenses you to use the product on a
  1109.      regular basis.  Users need register only one version of AutoCon;
  1110.      registration includes licensed use of all upgrades.  Registered
  1111.      users can always get the current version of the program at a
  1112.      nominal fee ($8.00 as of this writing) by calling or writing
  1113.      Larry Weaver.  Individual registrations for AutoCon cost only
  1114.      $15.
  1115.  
  1116.      CORPORATE SITE LICENSES AND QUANTITY PURCHASES
  1117.  
  1118.      All corporate, business, government, or other commercial users of
  1119.      AutoCon must be registered.  A site license is available for a
  1120.      one-time charge of $120.00 for the first one hundred (or fewer)
  1121.      users/machines fewer) and $100 for each additional one hundred
  1122.      (or fewer) users/machines.
  1123.  
  1124.      Note: with a site license (if you also purchase the upgrade),
  1125.      only one copy of the program will be sent.  You will be
  1126.      responsible for distributing additional copies.
  1127.  
  1128.      ALL PRICES ARE SUBJECT TO CHANGE WITHOUT NOTICE.
  1129.  
  1130.  
  1131.      Please use the enclosed order form when placing an order, or print
  1132.      out the file REGISTER.PRN.
  1133.  
  1134.      Even if you don't register, how about some feedback?
  1135.  
  1136.                     You can reach me as
  1137.                   72460,3072 on CompuServe, or as
  1138.                      L.WEAVER1 on GEnie,
  1139.                 (916) 623-4455 -- Support BBS.
  1140.  
  1141.          -------------------  REGISTRATION    ----------------------
  1142.  
  1143.                            Please support AutoCon!
  1144.                           Thank you for your support.
  1145.  
  1146. Remit To:           Larry Weaver
  1147.                     P.O. Box 2639
  1148.                     Weaverville  CA 96093-2639
  1149.  
  1150.                          ---------------------------
  1151.  
  1152.         You must check one registration option, and one disk option!
  1153.  
  1154.                          ---------------------------
  1155.  _
  1156. |_| AutoCon Standard registration ($15.00 -- no disk sent)          $______
  1157.  _
  1158. |_| AutoCon Site License and Registration (no disk sent)
  1159.   $120.00 for the first 100 (or fewer) users or machines
  1160.   100.00 for each additional 100 (or fewer) users or machines       $______
  1161.  
  1162.                          ---------------------------
  1163.  _
  1164. |_| AutoCon Upgrade to the newest version ($8.00; $10.00 foreign)   $______
  1165.        Registered users only
  1166.  _
  1167. |_| Subscription plan for REGISTERED users ($21.00; $26.00 foreign) $______
  1168.       (Receive the next three updates of AutoCon, as they
  1169.        become available.  This fee is in addition to the
  1170.        $15.00 or $120.00 registration.)
  1171.  
  1172.                          ---------------------------
  1173.  _
  1174. |_| Printed Manual ($8.00)                                          $______
  1175.        If you desire, I will print out the AUTOCON.DOC file and
  1176.        send it to you.  You can achieve the same results by printing
  1177.        it out yourself, but several people seem to want this.
  1178.  
  1179.                          ---------------------------
  1180.  
  1181. "Foreign" means outside the USA and Canada; the extra charge covers postage.
  1182.               _            _
  1183. Payment by:  |_| Check or |_| Money Order enclosed.
  1184.  
  1185. TOTAL in USA Funds.                                                 $______
  1186.  Foreign checks are acceptable if they have the US Federal Reserve
  1187.  Routing Number on them, use the current exchange rate.
  1188.             _                           _
  1189. Disk Type: |_| 5 1/4" (normally sent); |_| 3 1/2" required
  1190.  
  1191. Name     ___________________________________________________________________
  1192.  
  1193. Address  ___________________________________________________________________
  1194.  
  1195.          ___________________________________________________________________
  1196.  
  1197.          ___________________________________________________________________
  1198.  
  1199.  
  1200.          Day Phone: _________________________ Eve: ______________________
  1201.  
  1202.          Compuserve ID: _____________________
  1203.  
  1204.                             _
  1205.          Invoice Required  |_|       P. O. Number: ______________________
  1206.  
  1207.       ------------------------ User comments -------------------------
  1208.       I acquired AutoCon V2.0g from
  1209.               [ ] - Friend                    [ ] - Software product
  1210.               [ ] - Computer Club             [ ] - Computer Store
  1211.               [ ] - Data Base Service         [ ] - Support BBS
  1212.               [ ] - Electronic BBS - Please give phone no. _____________
  1213.               [ ] - Other (please specify) ___________________________
  1214.  
  1215.       I would also appreciate any input you would care to provide
  1216.       concerning AutoCon.  If you have any ideas or comments which would
  1217.       make AutoCon a better program, please let me know.
  1218.  
  1219.       I value your comments!
  1220.  
  1221.       Comments and/or suggestions:
  1222.       ________________________________________________________________
  1223.  
  1224.       ________________________________________________________________
  1225.  
  1226.       ________________________________________________________________
  1227.  
  1228.       ________________________________________________________________
  1229.  
  1230.       ________________________________________________________________
  1231.  
  1232.       ________________________________________________________________
  1233.  
  1234.       ________________________________________________________________
  1235.